GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / IConvertible<T> Interface
The target type.
Members


IConvertible<T> Interface
Represents an object which is able to convert to the T value.
Syntax
'Declaration
 
Public Interface IConvertible(Of T) 
 
'Usage
 
Dim instance As IConvertible(Of T)
Type Parameters
T
The target type.
See Also